home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / www / src / WWW / MailRobot / Implementation / listserv.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-19  |  438 b   |  14 lines

  1. #include <stdio.h>
  2. #include <strings.h>
  3. #include <ctype.h>
  4. #include <sys/file.h>
  5.  
  6. #define MAILER    "/usr/lib/sendmail"
  7. #define HELPFILE    "/usr/local/mail/maillists/HELP"
  8. #define SERVDIR    "/usr/local/mail/maillists"
  9. #define LOGFILE    "/private/adm/listserv-log.txt"
  10. #define SENDLOGFILE "/private/adm/listserv-send-log.txt"
  11. #define POSTMASTER "postmaster@info.cern.ch"
  12. #define ROBOT "listserv@info.cern.ch"
  13. #define SECUREWWW "/usr/local/bin/www"
  14.